Setting Up the DevOps Katas Learning Virtual Machine
Learn to set up the DevOps katas virtual machine.
All the software we’ll need to run the katas in this course is preloaded to the LVM. For those who’ve used VirtualBox before, this should be familiar. If not, fear not: these steps will get us from zero to running the LVM.
We’ll need at least 8GB of RAM, Windows 7 or greater for PCs, or OS X 10.10 Yosemite or greater for Macs.
Step 1: Install VirtualBox#
The LVM runs on virtualization software (a hypervisor) called VirtualBox. VirtualBox is free, open-source software made by Oracle.
- Open your favorite browser and visit http://www.virtualbox.org.
-
Click the “Download Virtualbox” image in the center of the page.
-
Under “VirtualBox Binaries,” click the link for your operating system.
-
Save the installer to your local hard drive.
-
Run the installer from your local hard drive.
-
Start VirtualBox.
Step 2: Download the LVM image#
The next step is to download the LVM VirtualBox image from the DevOps Katas website.
-
Visit the DevOps website in your browser.
-
Click the download link for the LVM. The image is about 1.7GB. We’ll need to save it to a drive with enough free space.
-
Save the “devopskatas_learningvm.ova” file to your local hard drive.
Step 3: Import the LVM image#
This step will import the file into VirtualBox.
-
Switch to the VirtualBox window.
-
Select “File > Import Appliance…” from the menu. Click the folder icon to open the file selection window.
-
Find the “devopskatas_learningvm.ova” file we downloaded in the previous step and select it.
-
Click “Next.”
-
Click “Import.”
Step 4: Run the LVM#
After the import process is complete, we can run the LVM on our computer for the first time.
-
Select the “devopskatas_learnvingvm” VM from the list in the VirtualBox application.
-
Click the “Start” button at the top of the VirtualBox window.
-
Wait for the LVM to start.
The LVM will take a few minutes to start. When it does, we’ll see the login screen with the “DevOps” user account ready to log in. We type in “katas” as the password. Log in and take your first look at your new home for DevOps Katas.
Wrap-up
Gogs Installation